@media (min-width: 1025px) {
    .whb-general-header .wd-logo:before {
        content: '';
        width: 239px;
        height: 239px;
        background: #f5f5f5;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        top: 10px !important;
    }
}
.whb-top-bar {
    z-index: 0 !important;
}